From 4857224e6a6d4dad745e9db8651c9a649dfc919c Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 27 Jul 2015 16:01:41 -0700 Subject: [PATCH] Only run appveyor on the master branch --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 58940740f..5316552ab 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -25,3 +25,7 @@ build: false test_script: - cargo test + +branches: + only: + - master -- 2.30.2